Long[].Add (gb)

Sub Add ( Value As Long [ , Index As Integer ] )

Inserts an element into the array at the position specified by Index.

The elements stored after this position are shifted.

If Index is not specified, then the element is added at the end of the array.